net/http.http2Transport.MaxHeaderListSize (field)

7 uses

	net/http (current package)
		h2_bundle.go#L6822: 	MaxHeaderListSize uint32
		h2_bundle.go#L6868: 	if t.MaxHeaderListSize == 0 {
		h2_bundle.go#L6871: 	if t.MaxHeaderListSize == 0xffffffff {
		h2_bundle.go#L6874: 	return t.MaxHeaderListSize
		transport.go#L412: 	if limit1 := t.MaxResponseHeaderBytes; limit1 != 0 && t2.MaxHeaderListSize == 0 {
		transport.go#L415: 			t2.MaxHeaderListSize = h2max
		transport.go#L417: 			t2.MaxHeaderListSize = uint32(limit1)